home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / win31 / fig2-1.gif < prev    next >
Graphics Interchange Format  |  1996-07-02  |  24KB  |  449x617  |  4-bit (14 colors)
Labels: text | diagram | screenshot | font
OCR: Windows IResult WM ANYMESSAGE Windows sends message to the window procedure specified by the IpinWadProc member of the WNDCLASS structure. WndSubClassProc(hWnd, uMsg, wParam, IParam) IResult All messages not processed by the Subclass window procedure are passed to the original window procedure. WM_ANYMESSAGE OrigWndProc(hWnd, uMsg, wParam, IParam) All messages not processed by the IResult original window procedure may be passed to DefWindowProc. WM_ANYMESSAGE DefWindowProc(hWnd, uMsg, wParam, IParam)